Skip to content

Commit fbc5a06

Browse files
committed
Merge branch 'reduceCodeDuplication' of github.com:eclipse-researchlabs/smartclide-context into reduceCodeDuplication
2 parents e93b11a + e26e651 commit fbc5a06

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

context-core/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.slf4j</groupId>
2626
<artifactId>jcl-over-slf4j</artifactId>
27-
<version>1.7.35</version>
27+
<version>1.7.36</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.apache.logging.log4j</groupId>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>de.atb-bremen</groupId>
6969
<artifactId>jenabean</artifactId>
70-
<version>2.0.3</version>
70+
<version>2.0.4</version>
7171
</dependency>
7272

7373
<!-- Apache CXF ! -->
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>com.google.code.gson</groupId>
102102
<artifactId>gson</artifactId>
103-
<version>2.8.9</version>
103+
<version>2.9.0</version>
104104
</dependency>
105105
<!-- END_JSON Support ! -->
106106

context-monitoring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.rabbitmq</groupId>
2727
<artifactId>amqp-client</artifactId>
28-
<version>5.14.1</version>
28+
<version>5.14.2</version>
2929
<exclusions>
3030
<exclusion>
3131
<groupId>org.slf4j</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-compiler-plugin</artifactId>
116-
<version>3.9.0</version>
116+
<version>3.10.0</version>
117117
<configuration>
118118
<release>${java.version}</release>
119119
</configuration>

0 commit comments

Comments
 (0)