Commits
DerFrZocker authored bc6874dd3d4
98 98 | </dependency> |
99 99 | <dependency> |
100 100 | <groupId>org.mockito</groupId> |
101 101 | <artifactId>mockito-core</artifactId> |
102 102 | <version>5.11.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 - | <version>9.7</version> |
108 + | <version>9.7.1</version> |
109 109 | <scope>test</scope> |
110 110 | </dependency> |
111 111 | </dependencies> |
112 112 | |
113 113 | <build> |
114 114 | <plugins> |
115 115 | <plugin> |
116 116 | <groupId>net.md-5</groupId> |
117 117 | <artifactId>scriptus</artifactId> |
118 118 | <version>0.5.0</version> |