|
48 | 48 | <dependency> |
49 | 49 | <groupId>com.fasterxml.jackson.core</groupId> |
50 | 50 | <artifactId>jackson-annotations</artifactId> |
51 | | - <version>2.19.2</version> |
| 51 | + <version>2.20</version> |
52 | 52 | </dependency> |
53 | 53 | <dependency> |
54 | 54 | <groupId>com.fasterxml.jackson.core</groupId> |
55 | 55 | <artifactId>jackson-databind</artifactId> |
56 | | - <version>2.19.2</version> |
| 56 | + <version>2.20.0</version> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>com.google.guava</groupId> |
60 | 60 | <artifactId>guava</artifactId> |
61 | | - <version>33.4.8-jre</version> |
| 61 | + <version>33.5.0-jre</version> |
62 | 62 | <scope>test</scope> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>org.assertj</groupId> |
66 | 66 | <artifactId>assertj-core</artifactId> |
67 | | - <version>3.27.3</version> |
| 67 | + <version>3.27.6</version> |
68 | 68 | <scope>test</scope> |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>org.junit.jupiter</groupId> |
72 | 72 | <artifactId>junit-jupiter-api</artifactId> |
73 | | - <version>5.13.4</version> |
| 73 | + <version>5.14.0</version> |
74 | 74 | <scope>test</scope> |
75 | 75 | </dependency> |
76 | 76 | </dependencies> |
|
80 | 80 | <plugin> |
81 | 81 | <groupId>com.spotify.fmt</groupId> |
82 | 82 | <artifactId>fmt-maven-plugin</artifactId> |
83 | | - <version>2.27</version> |
| 83 | + <version>2.29</version> |
84 | 84 | <executions> |
85 | 85 | <execution> |
86 | 86 | <goals> |
|
92 | 92 | <plugin> |
93 | 93 | <groupId>org.apache.maven.plugins</groupId> |
94 | 94 | <artifactId>maven-surefire-plugin</artifactId> |
95 | | - <version>3.5.3</version> |
| 95 | + <version>3.5.4</version> |
96 | 96 | </plugin> |
97 | 97 | <plugin> |
98 | 98 | <groupId>org.sonatype.central</groupId> |
99 | 99 | <artifactId>central-publishing-maven-plugin</artifactId> |
100 | | - <version>0.8.0</version> |
| 100 | + <version>0.9.0</version> |
101 | 101 | <extensions>true</extensions> |
102 | 102 | <configuration> |
103 | 103 | <publishingServerId>central</publishingServerId> |
|
108 | 108 | <plugin> |
109 | 109 | <groupId>org.apache.maven.plugins</groupId> |
110 | 110 | <artifactId>maven-javadoc-plugin</artifactId> |
111 | | - <version>3.11.2</version> |
| 111 | + <version>3.12.0</version> |
112 | 112 | <executions> |
113 | 113 | <execution> |
114 | 114 | <id>attach-javadocs</id> |
|
0 commit comments