|
7 | 7 |
|
8 | 8 | <groupId>io.github.isa-group</groupId> |
9 | 9 | <artifactId>Pricing4Java</artifactId> |
10 | | - <version>3.1.0</version> |
| 10 | + <version>3.2.0</version> |
11 | 11 |
|
12 | 12 | <name>${project.groupId}:${project.artifactId}</name> |
13 | 13 | <description>A pricing driven feature toggling library for java</description> |
|
51 | 51 | <properties> |
52 | 52 | <jackson.version>2.14.2</jackson.version> |
53 | 53 | <aspectj.version>1.9.7</aspectj.version> |
54 | | - <spring.version>5.3.24</spring.version> |
55 | | - <spring.boot.version>2.7.6</spring.boot.version> |
| 54 | + <spring.version>6.1.5</spring.version> |
| 55 | + <spring.boot.version>3.2.0</spring.boot.version> |
56 | 56 | <maven.compiler.source>11</maven.compiler.source> |
57 | 57 | <maven.compiler.target>11</maven.compiler.target> |
58 | 58 | </properties> |
|
137 | 137 | <dependency> |
138 | 138 | <groupId>org.junit.jupiter</groupId> |
139 | 139 | <artifactId>junit-jupiter-api</artifactId> |
140 | | - <version>5.9.3</version> |
| 140 | + <version>5.10.2</version> |
141 | 141 | <scope>test</scope> |
142 | 142 | </dependency> |
143 | 143 |
|
|
159 | 159 | <artifactId>snakeyaml</artifactId> |
160 | 160 | <version>1.33</version> |
161 | 161 | </dependency> |
| 162 | + |
| 163 | + <!-- API, java.xml.bind module --> |
| 164 | + <dependency> |
| 165 | + <groupId>jakarta.xml.bind</groupId> |
| 166 | + <artifactId>jakarta.xml.bind-api</artifactId> |
| 167 | + <version>2.3.2</version> |
| 168 | + </dependency> |
| 169 | + |
| 170 | + <!-- Runtime, com.sun.xml.bind module --> |
| 171 | + <dependency> |
| 172 | + <groupId>org.glassfish.jaxb</groupId> |
| 173 | + <artifactId>jaxb-runtime</artifactId> |
| 174 | + <version>2.3.2</version> |
| 175 | + </dependency> |
162 | 176 | </dependencies> |
163 | 177 |
|
164 | 178 | <build> |
|
0 commit comments