Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dependabot/maven/DataProcessing/datax-utility/com.microsoft.azure-applicationinsights-core-3.5.2
  • Loading branch information
Ed-Maeng committed May 4, 2024
2 parents 6153ddd + 1cd7267 commit 3e7b5f1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions DataProcessing/datax-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ SOFTWARE
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_2.12</artifactId>
<version>3.7.0-M5</version>
<version>4.1.0-M5</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down Expand Up @@ -151,7 +151,7 @@ SOFTWARE
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.8.1</version>
<version>4.9.0</version>
<executions>
<execution>
<goals>
Expand All @@ -170,7 +170,7 @@ SOFTWARE
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down
8 changes: 4 additions & 4 deletions DataProcessing/datax-host/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ SOFTWARE
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.datax</groupId>
Expand All @@ -143,7 +143,7 @@ SOFTWARE
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.3.0.RELEASE</version>
<version>6.3.2.RELEASE</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -168,7 +168,7 @@ SOFTWARE
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<version>20240303</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down Expand Up @@ -225,7 +225,7 @@ SOFTWARE
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<executions>
<execution>
<id>copy-dependencies</id>
Expand Down
6 changes: 3 additions & 3 deletions DataProcessing/datax-keyvault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ SOFTWARE
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.7.3</version>
<version>4.8.2</version>
</dependency>
<!-- For Config Parser-->
<dependency>
Expand All @@ -95,7 +95,7 @@ SOFTWARE
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -152,7 +152,7 @@ SOFTWARE
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down
6 changes: 3 additions & 3 deletions DataProcessing/datax-utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ SOFTWARE
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.20.0</version>
<version>2.23.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -194,7 +194,7 @@ SOFTWARE
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -203,7 +203,7 @@ SOFTWARE
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<executions>
<execution>
<id>copy-dependencies</id>
Expand Down

0 comments on commit 3e7b5f1

Please sign in to comment.