Skip to content

Bump org.springframework.boot:spring-boot-starter-oauth2-client from 3.3.5 to 3.4.2 #238

Bump org.springframework.boot:spring-boot-starter-oauth2-client from 3.3.5 to 3.4.2

Bump org.springframework.boot:spring-boot-starter-oauth2-client from 3.3.5 to 3.4.2 #238

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Build
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
checks:
runs-on: ubuntu-latest
container: eclipse-temurin:21-jdk
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
- name: Run Checks
run: ./gradlew --stacktrace -PjavafxPlatform=linux build