Skip to content

Commit 01d736a

Browse files
committed
Update dependencies compatible with Java 8
1 parent 10fe78a commit 01d736a

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

BimServer/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>commons-fileupload</groupId>
5757
<artifactId>commons-fileupload</artifactId>
58-
<version>1.4</version>
58+
<version>1.5</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.sun.mail</groupId>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.googlecode.cqengine</groupId>
7777
<artifactId>cqengine</artifactId>
78-
<version>3.0.0</version>
78+
<version>3.6.0</version>
7979
<exclusions>
8080
<exclusion>
8181
<groupId>org.javassist</groupId>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.rometools</groupId>
8888
<artifactId>rome</artifactId>
89-
<version>1.7.1</version>
89+
<version>2.1.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.quartz-scheduler</groupId>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>org.codehaus.jettison</groupId>
113113
<artifactId>jettison</artifactId>
114-
<version>1.5.2</version>
114+
<version>1.5.4</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>com.thetransactioncompany</groupId>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>org.apache.cxf</groupId>
128128
<artifactId>cxf-rt-javascript</artifactId>
129-
<version>3.3.1</version>
129+
<version>3.5.8</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.apache.oltu.oauth2</groupId>

BimServerClientLib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.5.187-SNAPSHOT</version>
1010
</parent>
1111
<properties>
12-
<cxf.version>3.3.2</cxf.version>
12+
<cxf.version>3.5.8</cxf.version>
1313
</properties>
1414
<build>
1515
<sourceDirectory>src</sourceDirectory>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>ch.qos.logback</groupId>
5454
<artifactId>logback-classic</artifactId>
55-
<version>1.2.3</version>
55+
<version>1.3.14</version>
5656
<scope>test</scope>
5757
</dependency>
5858
</dependencies>

BimServerJar/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@
9696
<dependency>
9797
<groupId>ch.qos.logback</groupId>
9898
<artifactId>logback-core</artifactId>
99-
<version>1.2.9</version>
99+
<version>1.3.14</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.eclipse.jetty</groupId>
103103
<artifactId>jetty-alpn-java-client</artifactId>
104-
<version>9.4.19.v20190610</version>
104+
<version>9.4.56.v20240826</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>ch.qos.logback</groupId>
108108
<artifactId>logback-classic</artifactId>
109-
<version>1.2.0</version>
109+
<version>1.3.14</version>
110110
</dependency>
111111
</dependencies>
112112
<licenses>

BimServerWar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>ch.qos.logback</groupId>
9494
<artifactId>logback-classic</artifactId>
95-
<version>1.2.3</version>
95+
<version>1.3.14</version>
9696
</dependency>
9797
</dependencies>
9898
<licenses>

PluginBase/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.sun.xml.ws</groupId>
4747
<artifactId>jaxws-ri</artifactId>
48-
<version>2.3.2</version>
48+
<version>2.3.7</version>
4949
<type>pom</type>
5050
</dependency>
5151
<dependency>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>com.google.guava</groupId>
120120
<artifactId>guava</artifactId>
121-
<version>26.0-jre</version>
121+
<version>33.3.1-jre</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.fasterxml.jackson.core</groupId>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>commons-io</groupId>
140140
<artifactId>commons-io</artifactId>
141-
<version>2.7</version>
141+
<version> 2.18.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.apache.commons</groupId>
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>org.eclipse.emf</groupId>
175175
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
176-
<version>2.15.0</version>
176+
<version>2.38.0</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>org.opensourcebim</groupId>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>org.glassfish</groupId>
185185
<artifactId>javax.json</artifactId>
186-
<version>1.0.4</version>
186+
<version>1.1.4</version>
187187
</dependency>
188188
</dependencies>
189189
<licenses>

Shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.google.protobuf</groupId>
4242
<artifactId>protobuf-java</artifactId>
43-
<version>3.16.3</version>
43+
<version>3.25.5</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.maven</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description>This is the parent pom, no idea why this is being released</description>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
10-
<jetty.version>9.4.44.v20210927</jetty.version>
10+
<jetty.version>9.4.56.v20240826</jetty.version>
1111
</properties>
1212
<scm>
1313
<url>https://github.com/opensourceBIM/BIMserver.git</url>

0 commit comments

Comments
 (0)