Skip to content

Commit

Permalink
chore(deps): update most java packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 24, 2024
1 parent e785797 commit 2b3888f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
plugins {
// micronaut
id "com.github.johnrengelman.shadow" version "8.1.1"
id "io.micronaut.application" version "4.2.0"
id "io.micronaut.application" version "4.2.1"

// akhq
id "com.gorylenko.gradle-git-properties" version "2.4.1"
id 'com.adarshr.test-logger' version '4.0.0'
id 'org.gradle.test-retry' version '1.5.6'
id 'org.gradle.test-retry' version '1.5.8'
id 'com.github.psxpaul.execfork' version '0.2.2'
id "com.github.ben-manes.versions" version "0.49.0"
id "com.github.ben-manes.versions" version "0.51.0"
id "com.github.davidmc24.gradle.plugin.avro" version "1.9.1"
// idea
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.7"
Expand Down Expand Up @@ -44,7 +44,7 @@ configurations.all {
force("org.apache.kafka:kafka-server-common:" + kafkaVersion)
force("org.apache.kafka:kafka_" + kafkaScalaVersion + ":" + kafkaVersion)

force("com.google.protobuf:protobuf-java:3.22.2")
force("com.google.protobuf:protobuf-java:3.25.2")
}
}

Expand Down Expand Up @@ -126,13 +126,13 @@ dependencies {

// utils
implementation group: 'org.codehaus.httpcache4j.uribuilder', name: 'uribuilder', version: '2.0.0'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation 'com.google.guava:guava:33.0.0-jre'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'

// avro
implementation 'org.apache.avro:avro:1.11.0'
implementation 'org.apache.avro:avro:1.11.3'

// jackson-module-scala
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-scala_2.13', version: '2.13.4'
Expand All @@ -144,20 +144,20 @@ dependencies {
// Password hashing
implementation group: "org.mindrot", name: "jbcrypt", version: "0.4"

implementation group: 'org.apache.groovy', name: 'groovy-all', version: '4.0.15'
implementation group: 'org.apache.groovy', name: 'groovy-all', version: '4.0.18'
// api

// client
implementation project(":client")

//AWS MSK IAM Auth
implementation group: 'software.amazon.msk', name: 'aws-msk-iam-auth', version: '2.0.0'
implementation group: 'software.amazon.msk', name: 'aws-msk-iam-auth', version: '2.0.3'

// AWS Glue serde
implementation ("software.amazon.glue:schema-registry-serde:1.1.15")
implementation ("software.amazon.glue:schema-registry-serde:1.1.18")


implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.5.11'
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.6.2'

implementation 'io.jsonwebtoken:jjwt-impl:0.12.3'
}
Expand Down
5 changes: 3 additions & 2 deletions client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.siouan.frontend-jdk11' version '6.0.0'
id 'org.siouan.frontend-jdk11' version '8.0.0'
}

repositories {
Expand All @@ -8,8 +8,9 @@ repositories {
}

frontend {
nodeVersion = '18.12.1'
nodeVersion = '18.18.0'
assembleScript = 'run build'
maxDownloadAttempts = 5
}

tasks.register('copyClientResources', Copy) {
Expand Down
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.24.0",
"private": true,
"homepage": "./ui",
"packageManager": "npm@9.8.1",
"dependencies": {
"@date-io/moment": "^2.8.0",
"@material-ui/core": "^4.9.5",
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
micronautVersion=4.2.0
confluentVersion=7.4.2
kafkaVersion=3.6.0
micronautVersion=4.2.4
confluentVersion=7.4.4
kafkaVersion=3.6.1
kafkaScalaVersion=2.13
lombokVersion=1.18.30

0 comments on commit 2b3888f

Please sign in to comment.