mirror of
https://github.com/valitydev/java-service-dependencies.git
synced 2024-11-06 00:05:20 +00:00
Add aws-msk-iam-auth, remove mamsel, bump libs (#39)
* Add aws-msk-iam-auth * Remove mamsel * Update all non-major dependencies (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Egor Cherniak <cherniak3@yandex.ru> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6aac3061de
commit
dfe85d508e
24
pom.xml
24
pom.xml
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>java-service-dependencies</artifactId>
|
||||
<version>1.0.16</version>
|
||||
<version>1.0.17</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Vality parent</name>
|
||||
<description>Vality library parent pom</description>
|
||||
@ -39,16 +39,16 @@
|
||||
<pubStagingRepoId>ossrh</pubStagingRepoId>
|
||||
<pubStagingRepo>https://s01.oss.sonatype.org/</pubStagingRepo>
|
||||
<woody.version>1.0.4</woody.version>
|
||||
<lombok.version>1.18.22</lombok.version>
|
||||
<damsel.version>1.563-d384c12</damsel.version>
|
||||
<mamsel.version>0.2.2</mamsel.version>
|
||||
<lombok.version>1.18.24</lombok.version>
|
||||
<damsel.version>1.568-9362c08</damsel.version>
|
||||
<nop-rolling.version>1.0.1</nop-rolling.version>
|
||||
<geck.verion>0.0.1</geck.verion>
|
||||
<db-common-lib.version>0.0.1</db-common-lib.version>
|
||||
<kafka-common-lib.version>0.0.3</kafka-common-lib.version>
|
||||
<shared-resources.version>1.0.1</shared-resources.version>
|
||||
<kotlin-logging.version>2.1.21</kotlin-logging.version>
|
||||
<kotlin-logging.version>2.1.23</kotlin-logging.version>
|
||||
<mockito-kotlin.version>4.0.0</mockito-kotlin.version>
|
||||
<aws-msk-iam-auth.version>1.1.4</aws-msk-iam-auth.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@ -73,11 +73,6 @@
|
||||
<artifactId>damsel</artifactId>
|
||||
<version>${damsel.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>mamsel</artifactId>
|
||||
<version>${mamsel.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality.logback</groupId>
|
||||
<artifactId>nop-rolling</artifactId>
|
||||
@ -113,6 +108,11 @@
|
||||
<artifactId>kafka-common-lib</artifactId>
|
||||
<version>${kafka-common-lib.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>software.amazon.msk</groupId>
|
||||
<artifactId>aws-msk-iam-auth</artifactId>
|
||||
<version>${aws-msk-iam-auth.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>shared-resources</artifactId>
|
||||
@ -161,7 +161,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.3.2</version>
|
||||
<version>3.4.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-javadocs</id>
|
||||
@ -177,7 +177,7 @@
|
||||
<plugin>
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<version>1.6.12</version>
|
||||
<version>1.6.13</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<serverId>${pubStagingRepoId}</serverId>
|
||||
|
Loading…
Reference in New Issue
Block a user