Skip to content

Bump io.netty:netty-buffer from 4.1.104.Final to 4.1.108.Final in /hello-websocket-java/springboot/server #7

Bump io.netty:netty-buffer from 4.1.104.Final to 4.1.108.Final in /hello-websocket-java/springboot/server

Bump io.netty:netty-buffer from 4.1.104.Final to 4.1.108.Final in /hello-websocket-java/springboot/server #7

Workflow file for this run

name: Building
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Rust
run: cargo build --manifest-path hello-websocket-rust/Cargo.toml
- name: Run Rust tests
run: cargo test --manifest-path hello-websocket-rust/Cargo.toml --verbose
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Build with Maven
run: hello-websocket-java/springboot/server/pom.xml
- name: Build with Maven
run: hello-websocket-java/springboot/client/pom.xml