Skip to content

Commit

Permalink
chore: bump backend dependencies to Spring Boot 3.1.5 and Angular 16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed Oct 21, 2023
1 parent 1781c19 commit 9ae9a6f
Show file tree
Hide file tree
Showing 5 changed files with 3,122 additions and 2,587 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
plugins {
id 'org.springframework.boot' version '3.0.6'
id "com.github.node-gradle.node" version "3.5.1"
id 'io.spring.dependency-management' version '1.1.0'
id 'io.freefair.lombok' version '8.0.1'
id 'org.springframework.boot' version '3.1.5'
id "com.github.node-gradle.node" version "7.0.1"
id 'io.spring.dependency-management' version '1.1.3'
id 'io.freefair.lombok' version '8.4'
}

node {
version = '18.16.0'
version = '18.18.2'
download = true
workDir = file("${rootProject.buildDir}/node")
nodeModulesDir = file("${project.projectDir}")
nodeProjectDir = file("${project.projectDir}")
}

npm_run_build.inputs.dir new File(projectDir, "src")
Expand Down
4 changes: 2 additions & 2 deletions gradle/nodejs.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apply plugin: 'com.github.node-gradle.node'

node {
version = '18.16.0'
version = '18.18.2'
download = true
workDir = file("${rootProject.buildDir}/node")
nodeModulesDir = file("${project.projectDir}")
nodeProjectDir = file("${project.projectDir}")
}

task clean() {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip

0 comments on commit 9ae9a6f

Please sign in to comment.