|
41 | 41 | <!-- standard Maven properties --> |
42 | 42 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
43 | 43 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
44 | | - <maven.compiler.release>11</maven.compiler.release> |
| 44 | + <maven.compiler.release>21</maven.compiler.release> |
45 | 45 |
|
46 | 46 | <!-- Framework versions --> |
47 | 47 | <slf4j.version>2.0.17</slf4j.version> |
|
50 | 50 | <jackson.databind.version>2.19.4</jackson.databind.version> |
51 | 51 | <commons.csv.version>1.11.0</commons.csv.version> |
52 | 52 | <dflib.version>1.2.0</dflib.version> |
53 | | - <junit5.version>5.12.1</junit5.version> |
54 | | - <bootique.version>3.0-SNAPSHOT</bootique.version> |
| 53 | + <junit5.version>5.14.1</junit5.version> |
| 54 | + <bootique.version>4.0-M2</bootique.version> |
55 | 55 | <mockito.version>3.9.0</mockito.version> |
56 | 56 |
|
57 | 57 | <!-- Plugin Versions --> |
|
85 | 85 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
86 | 86 | </snapshotRepository> |
87 | 87 | </distributionManagement> |
88 | | - |
89 | | - <!-- Temporarily need bootique 3.0-SNAPSHOT access --> |
90 | | - <repositories> |
91 | | - <repository> |
92 | | - <id>bootique-snapshots</id> |
93 | | - <url>https://central.sonatype.com/repository/maven-snapshots</url> |
94 | | - <releases> |
95 | | - <enabled>false</enabled> |
96 | | - </releases> |
97 | | - <snapshots> |
98 | | - <enabled>true</enabled> |
99 | | - </snapshots> |
100 | | - </repository> |
101 | | - |
102 | | - <!-- Main artifact repo --> |
103 | | - <repository> |
104 | | - <id>central</id> |
105 | | - <url>https://repo1.maven.org/maven2</url> |
106 | | - <releases> |
107 | | - <enabled>true</enabled> |
108 | | - </releases> |
109 | | - <snapshots> |
110 | | - <enabled>false</enabled> |
111 | | - </snapshots> |
112 | | - </repository> |
113 | | - </repositories> |
114 | 88 |
|
115 | 89 | <dependencyManagement> |
116 | 90 | <dependencies> |
|
0 commit comments