Skip to content

Commit

Permalink
Upgrade Spring Boot to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sadv1r committed Jun 4, 2024
1 parent a098ec6 commit cebe4f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Sadv1r
Copyright (c) 2024 Sadv1r

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'org.springframework.boot' version '2.7.18' apply false
id 'org.springframework.boot' version '3.3.0' apply false
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion samples/web-sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.7.18'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management'
}

Expand Down
2 changes: 1 addition & 1 deletion samples/webflux-sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.7.18'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management'
}

Expand Down

0 comments on commit cebe4f7

Please sign in to comment.