Skip to content

Commit

Permalink
build: update depencencies (#769)
Browse files Browse the repository at this point in the history
* build: bump org.springframework.boot from 3.1.4 to 3.1.5 (#763)

Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.4...v3.1.5)

---

* build: bump org.modelmapper:modelmapper from 3.1.1 to 3.2.0 (#751)

Bumps [org.modelmapper:modelmapper](https://github.com/modelmapper/modelmapper) from 3.1.1 to 3.2.0.
- [Changelog](https://github.com/modelmapper/modelmapper/blob/master/CHANGES.md)
- [Commits](modelmapper/modelmapper@modelmapper-parent-3.1.1...modelmapper-parent-3.2.0)

---

* chore: bump version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
nsenave and dependabot[bot] committed Nov 14, 2023
1 parent 1d6b878 commit 7a3fdea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
id 'net.saliman.properties' version '1.5.2'
id 'java'
id 'org.springframework.boot' version '3.1.4' apply false
id 'org.springframework.boot' version '3.1.5' apply false
id 'io.spring.dependency-management' version '1.1.3' apply false
}

allprojects {
group = 'fr.insee.eno'
version = '3.11.4-SNAPSHOT'
version = '3.11.5-SNAPSHOT'
sourceCompatibility = '17'
}

Expand Down
2 changes: 1 addition & 1 deletion eno-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'org.slf4j:slf4j-api'

// Mapper
implementation 'org.modelmapper:modelmapper:3.1.1'
implementation 'org.modelmapper:modelmapper:3.2.0'

// Logback logging implementation for testing
testRuntimeOnly 'ch.qos.logback:logback-classic'
Expand Down

0 comments on commit 7a3fdea

Please sign in to comment.