Commits

md_5 authored be8261ca6cc
Add support for Java 22
No tags

pom.xml

Modified
93 93 </dependency>
94 94 <dependency>
95 95 <groupId>org.hamcrest</groupId>
96 96 <artifactId>hamcrest</artifactId>
97 97 <version>2.2</version>
98 98 <scope>test</scope>
99 99 </dependency>
100 100 <dependency>
101 101 <groupId>org.mockito</groupId>
102 102 <artifactId>mockito-core</artifactId>
103 - <version>5.5.0</version>
103 + <version>5.11.0</version>
104 104 <scope>test</scope>
105 105 </dependency>
106 106 <dependency>
107 107 <groupId>org.ow2.asm</groupId>
108 108 <artifactId>asm-tree</artifactId>
109 - <version>9.5</version>
109 + <version>9.7</version>
110 110 <scope>test</scope>
111 111 </dependency>
112 112 </dependencies>
113 113
114 114 <build>
115 115 <plugins>
116 116 <plugin>
117 117 <groupId>net.md-5</groupId>
118 118 <artifactId>scriptus</artifactId>
119 119 <version>0.5.0</version>

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

Add shortcut