Skip to content

chore(deps): bump org.eclipse.jetty:jetty-server from 9.4.40.v20210413 to 9.4.56.v20240826 in /appengine-java11/appengine-simple-jetty-main #49

chore(deps): bump org.eclipse.jetty:jetty-server from 9.4.40.v20210413 to 9.4.56.v20240826 in /appengine-java11/appengine-simple-jetty-main

chore(deps): bump org.eclipse.jetty:jetty-server from 9.4.40.v20210413 to 9.4.56.v20240826 in /appengine-java11/appengine-simple-jetty-main #49

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
run: sbt test