|
19 | 19 | <dependency> |
20 | 20 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
21 | 21 | <artifactId>jackson-dataformat-yaml</artifactId> |
22 | | - <version>2.19.0</version> |
| 22 | + <version>2.20.0</version> |
23 | 23 | </dependency> |
24 | 24 | <dependency> |
25 | 25 | <groupId>com.fasterxml.jackson.core</groupId> |
26 | 26 | <artifactId>jackson-databind</artifactId> |
27 | | - <version>2.19.0</version> |
| 27 | + <version>2.20.0</version> |
28 | 28 | </dependency> |
29 | 29 |
|
30 | 30 | <dependency> |
31 | 31 | <groupId>org.immutables</groupId> |
32 | 32 | <artifactId>value</artifactId> |
33 | | - <version>2.10.1</version> |
| 33 | + <version>2.11.6</version> |
34 | 34 | <scope>provided</scope> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>org.yaml</groupId> |
38 | 38 | <artifactId>snakeyaml</artifactId> |
39 | | - <version>2.4</version> |
| 39 | + <version>2.5</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>com.esotericsoftware.yamlbeans</groupId> |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>org.junit.jupiter</groupId> |
48 | 48 | <artifactId>junit-jupiter-engine</artifactId> |
49 | | - <version>5.12.2</version> |
| 49 | + <version>6.0.0</version> |
50 | 50 | <scope>compile</scope> |
51 | 51 | </dependency> |
52 | 52 |
|
|
55 | 55 | <dependency> |
56 | 56 | <groupId>org.apache.logging.log4j</groupId> |
57 | 57 | <artifactId>log4j-api</artifactId> |
58 | | - <version>2.24.3</version> |
| 58 | + <version>2.25.2</version> |
59 | 59 | </dependency> |
60 | 60 | <dependency> |
61 | 61 | <groupId>org.apache.logging.log4j</groupId> |
62 | 62 | <artifactId>log4j-core</artifactId> |
63 | | - <version>2.24.3</version> |
| 63 | + <version>2.25.2</version> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>org.apache.logging.log4j</groupId> |
67 | 67 | <artifactId>log4j-slf4j-impl</artifactId> |
68 | | - <version>2.24.3</version> |
| 68 | + <version>2.25.2</version> |
69 | 69 | </dependency> |
70 | 70 | </dependencies> |
71 | 71 | <build> |
72 | 72 | <plugins> |
73 | 73 | <plugin> |
74 | 74 | <groupId>org.apache.maven.plugins</groupId> |
75 | 75 | <artifactId>maven-compiler-plugin</artifactId> |
76 | | - <version>3.14.0</version> |
| 76 | + <version>3.14.1</version> |
77 | 77 | <configuration> |
78 | 78 | <source>11</source> |
79 | 79 | <target>11</target> |
|
86 | 86 | <plugin> |
87 | 87 | <groupId>org.apache.maven.plugins</groupId> |
88 | 88 | <artifactId>maven-surefire-plugin</artifactId> |
89 | | - <version>3.5.3</version> |
| 89 | + <version>3.5.4</version> |
90 | 90 | <configuration> |
91 | 91 | <argLine>--enable-preview</argLine> |
92 | 92 | </configuration> |
|
0 commit comments