Skip to content

Commit c52cdd2

Browse files
authored
Merge pull request #48 from irockel/renovate/non-major-dependencies
fix(deps): update non-major dependencies
2 parents 06c7fcf + 97bc012 commit c52cdd2

4 files changed

Lines changed: 24 additions & 24 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<properties>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<maven.compiler.release>11</maven.compiler.release>
40-
<visualvm.version>2.1.8</visualvm.version>
41-
<netbeans.version>RELEASE180</netbeans.version>
40+
<visualvm.version>2.2</visualvm.version>
41+
<netbeans.version>RELEASE280</netbeans.version>
4242
</properties>
4343

4444
<dependencyManagement>
@@ -73,17 +73,17 @@
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-jar-plugin</artifactId>
76-
<version>3.2.0</version>
76+
<version>3.5.0</version>
7777
</plugin>
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-resources-plugin</artifactId>
81-
<version>3.3.1</version>
81+
<version>3.4.0</version>
8282
</plugin>
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-compiler-plugin</artifactId>
86-
<version>3.11.0</version>
86+
<version>3.15.0</version>
8787
<configuration>
8888
<compilerArgs>
8989
<arg>-proc:none</arg>
@@ -93,12 +93,12 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-install-plugin</artifactId>
96-
<version>3.1.1</version>
96+
<version>3.1.4</version>
9797
</plugin>
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-deploy-plugin</artifactId>
101-
<version>3.1.1</version>
101+
<version>3.1.4</version>
102102
</plugin>
103103
</plugins>
104104
</pluginManagement>

tda-macos-binary/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<plugin>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-dependency-plugin</artifactId>
28-
<version>3.6.0</version>
28+
<version>3.9.0</version>
2929
<executions>
3030
<execution>
3131
<id>copy-tda-jar</id>
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>org.panteleyev</groupId>
5454
<artifactId>jpackage-maven-plugin</artifactId>
55-
<version>1.6.0</version>
55+
<version>1.7.3</version>
5656
<executions>
5757
<execution>
5858
<id>jpackage</id>

tda/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
<dependency>
3434
<groupId>com.formdev</groupId>
3535
<artifactId>flatlaf</artifactId>
36-
<version>3.3</version>
36+
<version>3.7</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.formdev</groupId>
4040
<artifactId>flatlaf-extras</artifactId>
41-
<version>3.3</version>
41+
<version>3.7</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.code.gson</groupId>
4545
<artifactId>gson</artifactId>
46-
<version>2.10.1</version>
46+
<version>2.13.2</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.junit.jupiter</groupId>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-dependency-plugin</artifactId>
77-
<version>3.6.0</version>
77+
<version>3.9.0</version>
7878
<executions>
7979
<execution>
8080
<id>unpack-licenses</id>
@@ -87,15 +87,15 @@
8787
<artifactItem>
8888
<groupId>com.formdev</groupId>
8989
<artifactId>flatlaf</artifactId>
90-
<version>3.3</version>
90+
<version>3.7</version>
9191
<type>jar</type>
9292
<includes>META-INF/LICENSE</includes>
9393
<outputDirectory>${project.build.directory}/licenses/flatlaf</outputDirectory>
9494
</artifactItem>
9595
<artifactItem>
9696
<groupId>com.formdev</groupId>
9797
<artifactId>flatlaf-extras</artifactId>
98-
<version>3.3</version>
98+
<version>3.7</version>
9999
<type>jar</type>
100100
<includes>META-INF/LICENSE</includes>
101101
<outputDirectory>${project.build.directory}/licenses/flatlaf-extras</outputDirectory>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-antrun-plugin</artifactId>
119-
<version>3.1.0</version>
119+
<version>3.2.0</version>
120120
<executions>
121121
<execution>
122122
<id>rename-licenses</id>
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-compiler-plugin</artifactId>
140-
<version>3.8.1</version>
140+
<version>3.15.0</version>
141141
<configuration>
142142
<compilerArgs>
143143
<arg>--add-modules</arg>
@@ -149,7 +149,7 @@
149149
<plugin>
150150
<groupId>org.apache.maven.plugins</groupId>
151151
<artifactId>maven-surefire-plugin</artifactId>
152-
<version>3.0.0-M5</version>
152+
<version>3.5.4</version>
153153
<configuration>
154154
<systemPropertyVariables>
155155
<java.awt.headless>true</java.awt.headless>
@@ -159,7 +159,7 @@
159159
<plugin>
160160
<groupId>org.apache.maven.plugins</groupId>
161161
<artifactId>maven-jar-plugin</artifactId>
162-
<version>3.2.0</version>
162+
<version>3.5.0</version>
163163
<configuration>
164164
<archive>
165165
<manifest>
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-shade-plugin</artifactId>
179-
<version>3.5.0</version>
179+
<version>3.6.1</version>
180180
<executions>
181181
<execution>
182182
<phase>package</phase>

visualvm-lib-component/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>com.formdev</groupId>
2424
<artifactId>flatlaf</artifactId>
25-
<version>3.3</version>
25+
<version>3.7</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.formdev</groupId>
2929
<artifactId>flatlaf-extras</artifactId>
30-
<version>3.3</version>
30+
<version>3.7</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.swinglabs</groupId>
@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>com.google.code.gson</groupId>
3939
<artifactId>gson</artifactId>
40-
<version>2.10.1</version>
40+
<version>2.13.2</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.jhlabs</groupId>
4444
<artifactId>filters</artifactId>
45-
<version>2.0.235</version>
45+
<version>2.0.235-1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.graalvm.visualvm.api</groupId>

0 commit comments

Comments
 (0)