Skip to content

Commit 1151ba5

Browse files
committed
Minimum Java version changed from 1.8 to 11.
1 parent f815d93 commit 1151ba5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ along with ao-payments-payflowPro. If not, see <https://www.gnu.org/licenses/>.
195195
<groupId>com.aoapps</groupId><artifactId>ao-encoding</artifactId><version>7.0.0${POST-SNAPSHOT}</version>
196196
</dependency>
197197
<dependency>
198-
<groupId>com.aoapps</groupId><artifactId>ao-encoding-servlet</artifactId><version>4.2.0${POST-SNAPSHOT}</version>
198+
<groupId>com.aoapps</groupId><artifactId>ao-encoding-servlet</artifactId><version>4.3.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
199199
</dependency>
200200
<dependency>
201201
<groupId>com.aoapps</groupId><artifactId>ao-encoding-taglib</artifactId><version>5.1.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
@@ -213,7 +213,7 @@ along with ao-payments-payflowPro. If not, see <https://www.gnu.org/licenses/>.
213213
<groupId>com.aoapps</groupId><artifactId>ao-hodgepodge</artifactId><version>5.2.0${POST-SNAPSHOT}</version>
214214
</dependency>
215215
<dependency>
216-
<groupId>com.aoapps</groupId><artifactId>ao-io-buffer</artifactId><version>4.1.0${POST-SNAPSHOT}</version>
216+
<groupId>com.aoapps</groupId><artifactId>ao-io-buffer</artifactId><version>4.2.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
217217
</dependency>
218218
<dependency>
219219
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.7.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
@@ -225,7 +225,7 @@ along with ao-payments-payflowPro. If not, see <https://www.gnu.org/licenses/>.
225225
<groupId>com.aoapps</groupId><artifactId>ao-servlet-filter</artifactId><version>3.1.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
226226
</dependency>
227227
<dependency>
228-
<groupId>com.aoapps</groupId><artifactId>ao-servlet-last-modified</artifactId><version>3.0.1${POST-SNAPSHOT}</version>
228+
<groupId>com.aoapps</groupId><artifactId>ao-servlet-last-modified</artifactId><version>3.1.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
229229
</dependency>
230230
<dependency>
231231
<groupId>com.aoapps</groupId><artifactId>ao-servlet-subrequest</artifactId><version>2.0.0${POST-SNAPSHOT}</version>
@@ -237,7 +237,7 @@ along with ao-payments-payflowPro. If not, see <https://www.gnu.org/licenses/>.
237237
<groupId>com.aoapps</groupId><artifactId>ao-tempfiles</artifactId><version>3.0.2${POST-SNAPSHOT}</version>
238238
</dependency>
239239
<dependency>
240-
<groupId>com.aoapps</groupId><artifactId>ao-tempfiles-servlet</artifactId><version>3.0.0${POST-SNAPSHOT}</version>
240+
<groupId>com.aoapps</groupId><artifactId>ao-tempfiles-servlet</artifactId><version>3.1.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
241241
</dependency>
242242
<dependency>
243243
<groupId>com.aoapps</groupId><artifactId>ao-tlds</artifactId><version>2.0.0${POST-SNAPSHOT}</version>

0 commit comments

Comments
 (0)