Skip to content

Commit 735c154

Browse files
committed
2024.6.0
1 parent 3126e4b commit 735c154

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.nasdanika</groupId>
6-
<version>2024.5.1</version>
6+
<version>2024.6.0</version>
77
<artifactId>cli-launcher</artifactId>
88
<packaging>jar</packaging>
99
<name>Nasdanika CLI launcher</name>
@@ -27,31 +27,31 @@
2727
<dependency>
2828
<groupId>org.nasdanika.html</groupId>
2929
<artifactId>app-model-gen-cli</artifactId>
30-
<version>2024.5.1</version>
30+
<version>2024.6.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.nasdanika.models.java</groupId>
3434
<artifactId>cli</artifactId>
35-
<version>2024.5.1</version>
35+
<version>2024.6.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.nasdanika.models.rules</groupId>
3939
<artifactId>cli</artifactId>
40-
<version>2024.5.1</version>
40+
<version>2024.6.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.nasdanika.models.architecture</groupId>
4444
<artifactId>cli</artifactId>
45-
<version>2024.5.1</version>
45+
<version>2024.6.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.nasdanika.core</groupId>
4949
<artifactId>http</artifactId>
50-
<version>2024.5.1</version>
50+
<version>2024.6.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.nasdanika.models.echarts</groupId>
54-
<version>2024.5.1</version>
54+
<version>2024.6.0</version>
5555
<artifactId>graph</artifactId>
5656
</dependency>
5757

@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-dependency-plugin</artifactId>
94-
<version>3.6.1</version>
94+
<version>3.7.1</version>
9595
<executions>
9696
<execution>
9797
<id>copy-dependencies</id>
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-failsafe-plugin</artifactId>
115-
<version>3.2.5</version>
115+
<version>3.3.0</version>
116116
<executions>
117117
<execution>
118118
<goals>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-compiler-plugin</artifactId>
151-
<version>3.12.1</version>
151+
<version>3.13.0</version>
152152
<configuration>
153153
<source>17</source>
154154
<target>17</target>
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-source-plugin</artifactId>
160-
<version>3.3.0</version>
160+
<version>3.3.1</version>
161161
<executions>
162162
<execution>
163163
<id>attach-sources</id>
@@ -170,7 +170,7 @@
170170
<plugin>
171171
<groupId>org.apache.maven.plugins</groupId>
172172
<artifactId>maven-javadoc-plugin</artifactId>
173-
<version>3.6.3</version>
173+
<version>3.7.0</version>
174174
<executions>
175175
<execution>
176176
<id>attach-javadocs</id>
@@ -225,7 +225,7 @@
225225
<plugin>
226226
<groupId>org.apache.maven.plugins</groupId>
227227
<artifactId>maven-gpg-plugin</artifactId>
228-
<version>3.1.0</version>
228+
<version>3.2.4</version>
229229
<executions>
230230
<execution>
231231
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)