|
36 | 36 | <dependency> |
37 | 37 | <groupId>com.google.code.gson</groupId> |
38 | 38 | <artifactId>gson</artifactId> |
39 | | - <version>2.11.0</version> |
| 39 | + <version>2.13.2</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>commons-cli</groupId> |
43 | 43 | <artifactId>commons-cli</artifactId> |
44 | | - <version>1.9.0</version> |
| 44 | + <version>1.10.0</version> |
45 | 45 | </dependency> |
46 | 46 | <dependency> |
47 | 47 | <groupId>com.google.guava</groupId> |
48 | 48 | <artifactId>guava</artifactId> |
49 | | - <version>33.3.1-jre</version> |
| 49 | + <version>33.5.0-jre</version> |
50 | 50 | </dependency> |
51 | 51 | <dependency> |
52 | 52 | <groupId>org.slf4j</groupId> |
53 | 53 | <artifactId>slf4j-api</artifactId> |
54 | | - <version>2.0.16</version> |
| 54 | + <version>2.0.17</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>org.slf4j</groupId> |
58 | 58 | <artifactId>slf4j-simple</artifactId> |
59 | | - <version>2.0.16</version> |
| 59 | + <version>2.0.17</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>org.ow2.asm</groupId> |
63 | 63 | <artifactId>asm-tree</artifactId> |
64 | | - <version>9.7.1</version> |
| 64 | + <version>9.8</version> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>net.lingala.zip4j</groupId> |
|
71 | 71 | <dependency> |
72 | 72 | <groupId>org.antlr</groupId> |
73 | 73 | <artifactId>antlr4-runtime</artifactId> |
74 | | - <version>4.13.0</version> |
| 74 | + <version>4.13.2</version> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>org.antlr</groupId> |
78 | 78 | <artifactId>antlr4</artifactId> |
79 | | - <version>4.13.0</version> |
| 79 | + <version>4.13.2</version> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
82 | 82 | <groupId>com.github.javaparser</groupId> |
83 | 83 | <artifactId>javaparser-core</artifactId> |
84 | | - <version>3.26.1</version> |
| 84 | + <version>3.27.0</version> |
85 | 85 | </dependency> |
86 | 86 |
|
87 | 87 | <dependency> |
88 | 88 | <groupId>io.github.java-diff-utils</groupId> |
89 | 89 | <artifactId>java-diff-utils</artifactId> |
90 | | - <version>4.15</version> |
| 90 | + <version>4.16</version> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>org.apache.commons</groupId> |
|
99 | 99 | <dependency> |
100 | 100 | <groupId>commons-cli</groupId> |
101 | 101 | <artifactId>commons-cli</artifactId> |
102 | | - <version>1.9.0</version> |
| 102 | + <version>1.10.0</version> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>org.jsoup</groupId> |
106 | 106 | <artifactId>jsoup</artifactId> |
107 | | - <version>1.20.1</version> |
| 107 | + <version>1.21.2</version> |
108 | 108 | </dependency> |
109 | 109 |
|
110 | 110 | <!-- necessary to traverse resources indep on whether they are in the file system or in a zip, see issue https://github.com/binaryeq/daleq/issues/28 --> |
111 | 111 | <dependency> |
112 | 112 | <groupId>org.springframework</groupId> |
113 | 113 | <artifactId>spring-core</artifactId> |
114 | | - <version>6.2.8</version> |
| 114 | + <version>6.2.11</version> |
115 | 115 | </dependency> |
116 | 116 |
|
117 | 117 | <!-- testing --> |
118 | 118 | <dependency> |
119 | 119 | <groupId>org.junit.jupiter</groupId> |
120 | 120 | <artifactId>junit-jupiter</artifactId> |
121 | | - <version>5.11.3</version> |
| 121 | + <version>5.13.4</version> |
122 | 122 | <scope>test</scope> |
123 | 123 | </dependency> |
124 | 124 |
|
|
129 | 129 | <plugin> |
130 | 130 | <groupId>org.antlr</groupId> |
131 | 131 | <artifactId>antlr4-maven-plugin</artifactId> |
132 | | - <version>4.13.0</version> |
| 132 | + <version>4.13.2</version> |
133 | 133 | <executions> |
134 | 134 | <execution> |
135 | 135 | <goals> |
|
141 | 141 | <plugin> |
142 | 142 | <groupId>org.codehaus.mojo</groupId> |
143 | 143 | <artifactId>build-helper-maven-plugin</artifactId> |
144 | | - <version>3.1.0</version> |
| 144 | + <version>3.6.1</version> |
145 | 145 | <executions> |
146 | 146 | <execution> |
147 | 147 | <id>add-source</id> |
|
0 commit comments