Skip to content

Commit

Permalink
Merge branch 'main' into web/add_tags_to_ui_sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
wslulciuc authored Mar 5, 2024
2 parents cb4a1e3 + cc9c2c0 commit c2a9c7c
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
jdbi3Version = '3.40.0'
prometheusVersion = '0.16.0'
testcontainersVersion = '1.18.3'
sentryVersion = '6.33.1'
sentryVersion = '6.34.0'
}

dependencies {
Expand All @@ -43,7 +43,7 @@ dependencies {
implementation "org.jdbi:jdbi3-jackson2:${jdbi3Version}"
implementation "org.jdbi:jdbi3-postgres:${jdbi3Version}"
implementation "org.jdbi:jdbi3-sqlobject:${jdbi3Version}"
implementation 'com.google.guava:guava:32.1.2-jre'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation 'org.dhatim:dropwizard-sentry:2.1.6'
implementation "io.sentry:sentry:${sentryVersion}"
implementation 'org.flywaydb:flyway-core:8.5.13'
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ subprojects {

ext {
assertjVersion = '3.24.2'
dropwizardVersion = '2.1.10'
jacocoVersion = '0.8.10'
junit5Version = '5.10.0'
dropwizardVersion = '2.1.12'
jacocoVersion = '0.8.11'
junit5Version = '5.10.2'
lombokVersion = '1.18.30'
mockitoVersion = '5.4.0'
openlineageVersion = '1.5.0'
openlineageVersion = '1.9.1'
slf4jVersion = '1.7.36'
postgresqlVersion = '42.6.0'
}
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
20 changes: 10 additions & 10 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute

echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand All @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe

if exist "%JAVA_EXE%" goto execute

echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand Down
4 changes: 2 additions & 2 deletions stats/oss/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pendulum==2.1.2
PyGithub==1.57
PyGithub==1.59.1
python_dateutil==2.8.2
rich==13.3.1
rich==13.7.1
rich_click==1.6.1

0 comments on commit c2a9c7c

Please sign in to comment.