diff --git a/README.md b/README.md index 7e15159eb9..4895254926 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,4 @@ Please see the [CONTRIBUTING](CONTRIBUTING.md) file for information on contribut The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the [`LICENSE`](LICENSE) file. -Copyright (c) Overleaf, 2014-2024. +Copyright (c) Overleaf, 2014-2025. diff --git a/server-ce/test/sandboxed-compiles.spec.ts b/server-ce/test/sandboxed-compiles.spec.ts index f95caa503c..505f8cffd2 100644 --- a/server-ce/test/sandboxed-compiles.spec.ts +++ b/server-ce/test/sandboxed-compiles.spec.ts @@ -204,9 +204,9 @@ describe('SandboxedCompiles', function () { cy.log('wait for compile') cy.get('.pdf-viewer').should('contain.text', 'sandboxed') - cy.log('Check which compiler version was used, expect 2024') + cy.log('Check which compiler version was used, expect 2025') cy.get('[aria-label="View logs"]').click() - cy.findByText(/This is pdfTeX, Version .+ \(TeX Live 2024\) /) + cy.findByText(/This is pdfTeX, Version .+ \(TeX Live 2025\) /) cy.log('Check that there is no TeX Live version toggle') cy.get('header').findByText('Menu').click()