Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Helbig <kai.helbig@tngtech.com>
  • Loading branch information
ostrya committed May 20, 2022
1 parent d77f10e commit b7ca3c6
Show file tree
Hide file tree
Showing 12 changed files with 314 additions and 239 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ buildscript {
}

plugins {
id 'com.github.ben-manes.versions' version '0.41.0'
id 'com.github.ben-manes.versions' version '0.42.0'
id 'com.github.jk1.dependency-license-report' version '2.0' apply false
id 'com.google.cloud.tools.jib' version '3.1.4' apply false
id 'com.google.cloud.tools.jib' version '3.2.1' apply false
id 'org.sonarqube' version '3.3'
id 'pl.allegro.tech.build.axion-release' version '1.13.6'
id 'pl.allegro.tech.build.axion-release' version '1.13.7'
}

wrapper {
gradleVersion = '7.3.3'
gradleVersion = '7.4.2'
distributionType = Wrapper.DistributionType.ALL
}

Expand Down Expand Up @@ -44,14 +44,14 @@ allprojects {

ext {
assertj_version = '3.22.0'
jjwt_version = '0.11.2'
jjwt_version = '0.11.5'
junit4_version = '4.13.2'
junit5_version = '5.8.2'
keycloak_version = '16.1.0'
mockito_version = '4.2.0'
picocli_version = '4.6.2'
restassured_version = '4.4.0'
slf4j_version = '1.7.33'
keycloak_version = '18.0.0'
mockito_version = '4.5.1'
picocli_version = '4.6.3'
restassured_version = '5.0.1'
slf4j_version = '1.7.36'
vertx_version = '4.3.0'

license_name = 'The Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion example-backend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '2.6.7'
springBootVersion = '2.7.0'
}
repositories {
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions example-frontend-react/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import static groovy.io.FileType.FILES

plugins {
id 'com.github.node-gradle.node' version '3.1.1'
id 'com.github.node-gradle.node' version '3.3.0'
}

def nodeDir = 'bin/nodejs'
def yarnDir = 'bin/yarn'
def nodeVersionString = '16.13.1'
def yarnVersionString = '1.22.17'
def nodeVersionString = '16.15.0'
def yarnVersionString = '1.22.18'

node {
// Version of node to use.
Expand Down
12 changes: 6 additions & 6 deletions example-frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"private": true,
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.24.0",
"keycloak-js": "^16.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0"
"axios": "^0.27.2",
"keycloak-js": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -29,7 +29,7 @@
"not op_mini all"
],
"devDependencies": {
"cypress": "^9.2.1",
"cypress": "^9.6.1",
"cypress-keycloak": "^1.8.0"
}
}
Loading

0 comments on commit b7ca3c6

Please sign in to comment.