|
4 | 4 |
|
5 | 5 | <groupId>com.scalyr.integrations.kafka</groupId> |
6 | 6 | <artifactId>kafka-connect-scalyr-sink</artifactId> |
7 | | - <version>1.3</version> |
| 7 | + <version>1.4</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <name>kafka-connect-scalyr-sink</name> |
11 | 11 |
|
12 | 12 | <properties> |
13 | 13 | <kafka.version>2.4.1</kafka.version> |
14 | | - <junit.version>4.13.1</junit.version> |
| 14 | + <junit.version>4.13.2</junit.version> |
15 | 15 | <sonar.projectKey>scalyr_kafka-connect-scalyr</sonar.projectKey> |
16 | 16 | <sonar.organization>scalyr</sonar.organization> |
17 | 17 | <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
|
44 | 44 | <dependency> |
45 | 45 | <groupId>com.google.guava</groupId> |
46 | 46 | <artifactId>guava</artifactId> |
47 | | - <version>29.0-jre</version> |
| 47 | + <version>31.0.1-jre</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>com.github.luben</groupId> |
|
76 | 76 | <scope>test</scope> |
77 | 77 | </dependency> |
78 | 78 | <dependency> |
79 | | - <groupId>org.slf4j</groupId> |
80 | | - <artifactId>slf4j-api</artifactId> |
81 | | - <version>1.7.32</version> |
| 79 | + <groupId>org.apache.logging.log4j</groupId> |
| 80 | + <artifactId>log4j-core</artifactId> |
| 81 | + <version>2.15.0</version> |
82 | 82 | </dependency> |
83 | 83 | <dependency> |
84 | | - <groupId>org.slf4j</groupId> |
85 | | - <artifactId>slf4j-log4j12</artifactId> |
86 | | - <version>1.7.32</version> |
| 84 | + <groupId>org.apache.logging.log4j</groupId> |
| 85 | + <artifactId>log4j-slf4j-impl</artifactId> |
| 86 | + <version>2.15.0</version> |
87 | 87 | </dependency> |
88 | 88 | </dependencies> |
89 | 89 | <build> |
90 | 90 | <plugins> |
91 | 91 | <plugin> |
92 | 92 | <groupId>org.apache.maven.plugins</groupId> |
93 | 93 | <artifactId>maven-jar-plugin</artifactId> |
| 94 | + <version>3.2.0</version> |
94 | 95 | <configuration> |
95 | 96 | <archive> |
96 | 97 | <manifest> |
|
106 | 107 | <version>2.5.1</version> |
107 | 108 | <inherited>true</inherited> |
108 | 109 | <configuration> |
109 | | - <source>8</source> |
110 | | - <target>8</target> |
| 110 | + <source>11</source> |
| 111 | + <target>11</target> |
111 | 112 | </configuration> |
112 | 113 | </plugin> |
113 | 114 | <plugin> |
114 | 115 | <artifactId>maven-assembly-plugin</artifactId> |
115 | | - <version>2.5.3</version> |
| 116 | + <version>3.3.0</version> |
116 | 117 | <configuration> |
117 | 118 | <descriptors> |
118 | 119 | <descriptor>src/main/assembly/package.xml</descriptor> |
|
0 commit comments