Skip to content

Commit 0a6beee

Browse files
Merge branch 'develop' into TASK-7214
2 parents 4bd5815 + 3999f2a commit 0a6beee

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/manual-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
branch:
7-
description: 'Opencga branch to run the tests'
7+
description: 'Cellbase branch to run the tests'
88
default: 'develop'
99
required: true
1010
fail-never:
@@ -51,4 +51,4 @@ jobs:
5151
if [ "${{ github.event.inputs.fail-never }}" == "true" ]; then
5252
FAIL_NEVER="--fail-never"
5353
fi
54-
mvn install surefire-report:report ${FAIL_NEVER} -Dcheckstyle.skip
54+
mvn install surefire-report:report ${FAIL_NEVER} -Dcheckstyle.skip

.github/workflows/task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CellBase Develop workflow
1+
name: CellBase Task workflow
22

33
on:
44
push:

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<pycellbase.version>${project.version}</pycellbase.version>
2626
<java-common-libs.version>6.0.0-SNAPSHOT</java-common-libs.version>
2727
<biodata.version>4.0.0-SNAPSHOT</biodata.version>
28+
2829
<bionetdb.version>0.1.0</bionetdb.version>
2930
<jackson.version>2.11.4</jackson.version>
3031
<jackson-asl.version>1.9.13</jackson-asl.version>
@@ -39,7 +40,7 @@
3940
<swagger-annotations.version>1.6.5</swagger-annotations.version>
4041
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
4142
<poi.version>4.1.2</poi.version>
42-
<mongodb.version>4.8.2</mongodb.version>
43+
<mongodb.version>4.11.4</mongodb.version>
4344
<junit.version>4.12</junit.version>
4445
<commons-codec.version>1.13</commons-codec.version>
4546
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>

0 commit comments

Comments
 (0)