Skip to content

fix(deps): update dependency org.springframework.cloud:spring-cloud-stream-binder-kinesis to v4.0.4 #873

fix(deps): update dependency org.springframework.cloud:spring-cloud-stream-binder-kinesis to v4.0.4

fix(deps): update dependency org.springframework.cloud:spring-cloud-stream-binder-kinesis to v4.0.4 #873

name: aws-kinesis-producer-project
on:
push:
paths:
- "aws-kinesis-project/producer/**"
branches: [ main ]
pull_request:
paths:
- "aws-kinesis-project/producer/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: "./aws-kinesis-project/producer"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK
uses: actions/setup-java@v4.4.0
with:
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Build and analyze
run: ./mvnw clean verify