Skip to content

Commit

Permalink
E!- Oppdatering av springboot 3.2.6-> 3.3.0, kafka 3.1.4-> 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Jun 13, 2024
1 parent 9747d92 commit 87aeef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
kotlinVersion = '1.9.24'
springBootVersion = '3.2.5'
springKafkaVersion = '3.1.4'
springBootVersion = '3.3.0'
springKafkaVersion = '3.2.0'
tokenSupportVersion = '4.1.4'
}

Expand Down

0 comments on commit 87aeef1

Please sign in to comment.