Commits

md_5 authored a3d67ef041c
Add support for Java 24
No tags

pom.xml

Modified
92 92 </dependency>
93 93 <dependency>
94 94 <groupId>org.hamcrest</groupId>
95 95 <artifactId>hamcrest</artifactId>
96 96 <version>2.2</version>
97 97 <scope>test</scope>
98 98 </dependency>
99 99 <dependency>
100 100 <groupId>org.mockito</groupId>
101 101 <artifactId>mockito-core</artifactId>
102 - <version>5.14.1</version>
102 + <version>5.16.0</version>
103 103 <scope>test</scope>
104 104 </dependency>
105 105 <dependency>
106 106 <groupId>org.ow2.asm</groupId>
107 107 <artifactId>asm-tree</artifactId>
108 108 <version>9.7.1</version>
109 109 <scope>test</scope>
110 110 </dependency>
111 111 </dependencies>
112 112

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut