|
11 | 11 | <maven.compiler.source>21</maven.compiler.source> |
12 | 12 | <maven.compiler.target>21</maven.compiler.target> |
13 | 13 | <attach.version>4.0.10</attach.version> |
14 | | - <javafx.version>21.0.2</javafx.version> |
| 14 | + <javafx.version>21.0.8</javafx.version> |
15 | 15 | <log4j.version>2.22.1</log4j.version> |
16 | 16 | </properties> |
17 | 17 |
|
|
69 | 69 | </plugins> |
70 | 70 | </build> |
71 | 71 |
|
72 | | - <dependencies> |
| 72 | +<dependencies> |
73 | 73 | <!-- |
74 | 74 | https://mvnrepository.com/artifact/com.github.vertical-blank/sql-formatter --> |
75 | 75 | <dependency> |
76 | 76 | <groupId>com.github.vertical-blank</groupId> |
77 | 77 | <artifactId>sql-formatter</artifactId> |
78 | | - <version>2.0.4</version> |
| 78 | + <version>2.0.5</version> |
79 | 79 | </dependency> |
80 | 80 | <!-- https://mvnrepository.com/artifact/org.fxmisc.richtext/richtextfx --> |
81 | 81 | <dependency> |
82 | 82 | <groupId>org.fxmisc.richtext</groupId> |
83 | 83 | <artifactId>richtextfx</artifactId> |
84 | 84 | <!-- 0.10.9 works better than 0.11.2 --> |
85 | | - <version>0.10.9</version> |
| 85 | + <version>0.11.6</version> |
86 | 86 | </dependency> |
87 | 87 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> |
88 | 88 | <dependency> |
89 | 89 | <groupId>org.slf4j</groupId> |
90 | 90 | <artifactId>slf4j-api</artifactId> |
91 | | - <version>1.7.36</version> |
| 91 | + <version>2.0.17</version> |
92 | 92 | </dependency> |
93 | 93 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 --> |
94 | 94 | <dependency> |
95 | 95 | <groupId>org.apache.logging.log4j</groupId> |
96 | | - <artifactId>log4j-slf4j-impl</artifactId> |
| 96 | + <artifactId>log4j-slf4j2-impl</artifactId> |
97 | 97 | <version>${log4j.version}</version> |
98 | 98 | </dependency> |
99 | 99 | <!-- |
|
114 | 114 | <dependency> |
115 | 115 | <groupId>io.javalin</groupId> |
116 | 116 | <artifactId>javalin</artifactId> |
117 | | - <version>5.6.3</version> |
| 117 | + <version>6.7.0</version> |
118 | 118 | </dependency> |
119 | 119 | <!-- https://mvnrepository.com/artifact/org.json/json --> |
120 | 120 | <dependency> |
121 | 121 | <groupId>org.json</groupId> |
122 | 122 | <artifactId>json</artifactId> |
123 | | - <version>20240205</version> |
| 123 | + <version>20250517</version> |
124 | 124 | </dependency> |
125 | 125 | <!-- https://mvnrepository.com/artifact/org.controlsfx/controlsfx --> |
126 | 126 | <dependency> |
127 | 127 | <groupId>org.controlsfx</groupId> |
128 | 128 | <artifactId>controlsfx</artifactId> |
129 | | - <version>11.2.0</version> |
| 129 | + <version>11.2.2</version> |
130 | 130 | </dependency> |
131 | 131 | <!-- https://mvnrepository.com/artifact/org.openjfx/javafx-web --> |
132 | 132 | <dependency> |
|
149 | 149 | <dependency> |
150 | 150 | <groupId>org.xerial</groupId> |
151 | 151 | <artifactId>sqlite-jdbc</artifactId> |
152 | | - <version>3.45.1.0</version> |
| 152 | + <version>3.50.3.0</version> |
153 | 153 | </dependency> |
154 | 154 | <!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j --> |
155 | 155 | <dependency> |
156 | 156 | <groupId>com.mysql</groupId> |
157 | 157 | <artifactId>mysql-connector-j</artifactId> |
158 | | - <version>8.3.0</version> |
| 158 | + <version>9.4.0</version> |
159 | 159 | </dependency> |
160 | 160 | <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> |
161 | 161 | <dependency> |
162 | 162 | <groupId>org.postgresql</groupId> |
163 | 163 | <artifactId>postgresql</artifactId> |
164 | | - <version>42.7.1</version> |
| 164 | + <version>42.7.8</version> |
165 | 165 | </dependency> |
166 | 166 | <!-- |
167 | 167 | https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc --> |
168 | 168 | <dependency> |
169 | 169 | <groupId>com.microsoft.sqlserver</groupId> |
170 | 170 | <artifactId>mssql-jdbc</artifactId> |
171 | | - <version>12.6.0.jre11</version> |
| 171 | + <version>13.2.0.jre11</version> |
172 | 172 | </dependency> |
173 | 173 | <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-dbcp2 --> |
174 | 174 | <dependency> |
175 | 175 | <groupId>org.apache.commons</groupId> |
176 | 176 | <artifactId>commons-dbcp2</artifactId> |
177 | | - <version>2.11.0</version> |
| 177 | + <version>2.13.0</version> |
178 | 178 | </dependency> |
179 | 179 | <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> |
180 | 180 | <dependency> |
181 | 181 | <groupId>org.apache.commons</groupId> |
182 | 182 | <artifactId>commons-lang3</artifactId> |
183 | | - <version>3.14.0</version> |
| 183 | + <version>3.18.0</version> |
184 | 184 | </dependency> |
185 | 185 | <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> |
186 | 186 | <dependency> |
187 | 187 | <groupId>commons-io</groupId> |
188 | 188 | <artifactId>commons-io</artifactId> |
189 | | - <version>2.15.1</version> |
| 189 | + <version>2.20.0</version> |
190 | 190 | </dependency> |
191 | 191 | </dependencies> |
192 | 192 |
|
|
0 commit comments